Package-level declarations

Functions

Link copied to clipboard
fun <T : Any, P> KProperty1<T, P>.equal(value: P): Specification<T>

Creates a Specification that checks for equality between the property and the given value.

Link copied to clipboard
fun <T : Any, P> KProperty1<T, P>.notEqual(value: P): Specification<T>

Creates a Specification that checks for inequality between the property and the given value.